home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / comm / mail / MetaTool39_1.lha / MetaTool / mailcap < prev    next >
Text File  |  1995-05-14  |  3KB  |  67 lines

  1. # $VER: MetaTool 39.0 (14.5.95)
  2. # Example mailcap file from the MetaTool distribution, based
  3. # on the metamail2.3a archive.
  4. #
  5. # This my setup so you may be lacking some of the tools used here!
  6. #
  7. # From original file:
  8. # Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
  9. #
  10. # Permission to use, copy, modify, and distribute this material
  11. # for any purpose and without fee is hereby granted, provided
  12. # that the above copyright notice and this permission notice
  13. # appear in all copies, and that the name of Bellcore not be
  14. # used in advertising or publicity pertaining to this
  15. # material without the specific, prior written permission
  16. # of an authorized representative of Bellcore.  BELLCORE
  17. # MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
  18. # OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS",
  19. # WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
  20. #
  21. #
  22. # audio/basic is 8 bit per sample, 8000 samples/s, u-law (not linear) transfer
  23. # function. The highest bit is a sign bit, as required by the Amiga.
  24. audio/basic; MultiView %s; label="A u-law (au) sample"
  25. audio/x-8svx; MultiView %s; label="An 8SVX Sample"
  26. audio/x-voc; MultiView %s;label="A VOC Sample"
  27. audio/x-wav; MultiView %s;label="A WAVE Sample"
  28. audio/x-macsnd; MultiView %s;label="A Mac Sound"
  29. audio/*; MultiView %s; label="An audio fragment"
  30. #
  31. #
  32. image/gif; MultiView %s SCREEN; label="A GIF Image"; compose="ilbmToGIF %s"
  33. image/jpeg; MultiView %s SCREEN; label="A JPEG Image"; compose="getfilename.amiga JPEG %s"
  34. image/pbm; showPBM %s
  35. image/pgm; showPGM %s
  36. image/x-xbitmap; MultiView %s; label="An X-bitmap image"
  37. image/x-xwd; showXWD %s
  38. image/xwd; showXWD %s
  39. image/x-iff; MultiView %s; label="An IFF Image"; edit="DPaint"
  40. image/x-ilbm; MultiView %s; label="an ILBM Image";edit="DPaint"
  41. image/*;MultiView %s SCREEN
  42. #
  43. video/x-cdxl; MultiView %s; label="A CDXL Animation"
  44. video/x-anim; PlayAnimation %s; label="An IFF ANIM Animation";edit="DPaint"
  45. video/quicktime; PlayAnimation %s; label="A QuickTime Animation"
  46. video/*; PlayAnimation %s
  47. #
  48. message/partial; showpartial %s %{id} %{number} %{total}
  49. #
  50. #
  51. text/x-aguide; MultiView %s; label="An AmigaGuide file"; edit="emacs %s"
  52. text/plain; PPMore %s PUBSCREEN `getpubscreen`; edit="emacs %s"
  53. text/richtext; showRichtext %s; edit="emacs %s"
  54. text/*; MultiView %s
  55. #
  56. #
  57. # If you have an interactive Postscript interpreter, you should think carefully
  58. # before using it in the following line, because PostScript
  59. # can be an enormous security hole.  It is RELATIVELY harmless
  60. # when sent to the printer...
  61. application/postscript; PostView INIT s:init.ps FILE %s;\
  62.         label="A Postscript File"; compose="getfilename Postscript %s"
  63. #
  64. # Some esoteric Amiga ones
  65. application/x-lha; Copy %s DOWNLOADS: ; label="An lha Archive"; compose="getfilename LHA %s"
  66. application/x-dvi; TeX:bin/showdvi %s
  67.